home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3863 / 3863.xpi / chrome / imacros.jar / content / loopwarning.js < prev    next >
Text File  |  2010-01-25  |  238b  |  5 lines

  1.  
  2. /*
  3. (c) Copyright 2006 iOpus Software GmbH - http://www.iopus.com
  4. */
  5. function do_accept(){try{var wind1=document.getElementById('noloopwarning');if(!wind1.checked){im_Pref.setBoolPref('noloopwarning',true);}window.close();}catch(e){}}